Autoload some string functions
authorStefan Kangas <stefankangas@gmail.com>
Mon, 1 Jul 2024 03:14:25 +0000 (05:14 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 3 Jul 2024 00:08:19 +0000 (02:08 +0200)
commitd64396b8e427e883c47754b133d56cace1219f97
tree0ff7161635ce6be95c3fdb6e8aae440c235102c3
parentb534183135397498e66131fbc5414ef1d445a471
Autoload some string functions

These functions are documented in both `(elisp) Creating Strings' and
'M-x shortdoc RET string RET', so users will expect them to be available
without having to require 'subr-x'.

* lisp/emacs-lisp/subr-x.el (string-fill, string-limit, string-pad)
(string-chop-newline): Autoload.
lisp/emacs-lisp/subr-x.el